|
POSITION MATRIX
This command will place the specified matrix at a position in 3D space.
POSITION MATRIX Matrix Number, X, Y, Z
POSITION MATRIX Matrix Number, Vector
Matrix Number
Integer
The matrix number
X
Float
The x position of the matrix
Y
Float
The y position of the matrix
Z
Float
The z position of the matrix
This command does not return a value.
The matrix number should be an integer value. The coordinates should be real numbers.
make matrix 1,1000,1000,25,25
position matrix 1,0,0,0
update matrix 1
do
loop
if matrix exist(1)=1 then delete matrix 1
end
MATRIX Commands Menu
Index
|